home *** CD-ROM | disk | FTP | other *** search
/ AmigActive 21 / AACD 21.iso / AACD / Online / DaytimeDemo / daytimedemo.readme < prev    next >
Text File  |  2001-04-08  |  766b  |  22 lines

  1. Short:    Daytime client/server example + source (Stevens)
  2. Author:   t.heinrich@amzeiger.de (Thomas Heinrich)
  3. Uploader: t.heinrich@amzeiger.de (Thomas Heinrich)
  4. Version:  1.0
  5. Type:     comm/tcp
  6.  
  7. This little daytime service demo demonstrates, how to write network
  8. applications using bsdsocket.library, WITHOUT ixemul.library !
  9.  
  10. "daytime" is a client to connect to a daytimeserver (port 13). It
  11. prints everything to stdout, the server sends. The command template
  12. is "H=HOSTIP/K,P=PORT/K/N". Default is hostip "127.0.0.1" (aka.
  13. localhost) and port 13 (aka. daytime).
  14.  
  15. "dayserv" is a STANDALONE (never ever run it from INetD !) server,
  16. that returns a "seconds.microseconds" format, instead of the UNIX
  17. date/time format. It has no real-life use.
  18.  
  19.  
  20. Hoin, April 8th, 2001
  21.  
  22.